Crate gix_diff

source ·
Expand description

Algorithms for diffing various git object types and for generating patches, highly optimized for performance.

§Feature Flags

  • blob (enabled by default) — Enable diffing of blobs using imara-diff, which also allows for a generic rewrite tracking implementation.
  • serde — Data structures implement serde::Serialize and serde::Deserialize.
  • wasm — Make it possible to compile to the wasm32-unknown-unknown target.

Re-exports§

Modules§

Structs§